{
	"name": {
		"text": "(alien)"
	},

	"icon": {
		"type": "icon",
		"item": {
			"item": "minecraft:apple",
			"data": 0
		}
	},
	"effects": [
		{
            "type": "skin_overlay",
            "texture": "confido:textures/skins/(alien)glow.png",
            "size": 0,
            "glow": true
		},
		{
		"type": "skin_change",
		"texture": "confido:textures/skins/(alien).png"
	},
		{
			"type": "name_change",
			"name": {"text": "(name)"}
		}],

	"max_level": 40,

	"capsule_color": 15073989,

	"abilities": {
		"(alien)_size": {
			"ability": "lucraftcore:command_loop",
			"show_in_bar": false,
			"title": {"text": "Small Stature"},
			"icon": { "type": "internal" },
			"commands": ["sizechange @s 1 lucraftcore:default"]
		},
		"deactivate": {
			"ability": "lucraftcore:command",
			"show_in_bar": "true",
			"bar_color": "green",
			"title": {"text":"Deactivate Confidotrix"},
			"icon": { "type": "texture", "texture": "trix:textures/icons/trix_oofed.png" },
			"commands": ["/superpower @s confido:confidotrix", "/particle reddust ~ ~1 ~ 0.3 0.5 0.3 0 3000"]
		}
	}
}